VObject::InvalidateViewRect

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::InvalidateViewRect - instance method  

TEMPLATE

void InvalidateViewRect(Rectangle invalidRect)  

SPECIFIERS

public virtual  

DESCRIPTION

InvalidateViewRect is only called by the method InvalidateRect. It transforms the origin of the invalidRect into its own coordinate system and passes it to the method InvalidateRect which will get the next container and again call this method. Thus, when the last container, the window, is reached the invalidRect has been transformed into window coordinates. Method is never overridden.  

ARGUMENTS

Rectangle invalidRect

see
method InvalidateRect
 

RETURN ARGUMENT

void

 

CATEGORIES

invalidation, implementation

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022